Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(backend): add OData & GraphQL packages #2

Merged
merged 78 commits into from
Jun 30, 2020

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Jun 4, 2020

TODO

  • add both OData & GraphQL packages
  • add full unit tests suite
    • add slick-pagination unit test
  • add Backend Service API in vanilla grid bundle
  • add 2x new Examples to demo both features
  • add Grid Presets in vanilla grid bundle
  • add Pagination component to vanilla grid bundle
    • should work with Translate Service as well
  • add Cypress E2E tests
    • also add Cypress to the CircleCI build

@codecov
Copy link

codecov bot commented Jun 4, 2020

Codecov Report

Merging #2 into master will increase coverage by 0.47%.
The diff coverage is 85.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   94.38%   94.85%   +0.47%     
==========================================
  Files         171      183      +12     
  Lines        8771     9710     +939     
  Branches     2991     3219     +228     
==========================================
+ Hits         8278     9209     +931     
- Misses        493      501       +8     
Impacted Files Coverage Δ
packages/common/src/editors/autoCompleteEditor.ts 100.00% <ø> (ø)
packages/common/src/editors/dateEditor.ts 100.00% <ø> (ø)
packages/common/src/editors/longTextEditor.ts 100.00% <ø> (ø)
packages/common/src/editors/selectEditor.ts 100.00% <ø> (ø)
packages/common/src/editors/sliderEditor.ts 100.00% <ø> (ø)
packages/common/src/extensions/extensionUtility.ts 100.00% <ø> (ø)
...ackages/common/src/extensions/gridMenuExtension.ts 100.00% <ø> (ø)
packages/common/src/filters/autoCompleteFilter.ts 100.00% <ø> (ø)
packages/common/src/filters/dateRangeFilter.ts 100.00% <ø> (ø)
.../common/src/services/groupingAndColspan.service.ts 100.00% <ø> (ø)
... and 114 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 410666e...ab3f39b. Read the comment docs.

ghiscoding-SE and others added 28 commits June 5, 2020 09:48
- also add Cypress to CircleCI build
ghiscoding and others added 28 commits June 24, 2020 23:00
@ghiscoding ghiscoding merged commit 53cf08b into master Jun 30, 2020
@ghiscoding ghiscoding deleted the feat-backend-services branch June 30, 2020 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants